1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Updatesss
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Updatesss))
27         Me.TextBox2 = New System.Windows.Forms.TextBox
28         Me.Panel1 = New System.Windows.Forms.Panel
29         Me.lblNo = New System.Windows.Forms.Label
30         Me.TextBox1 = New System.Windows.Forms.TextBox
31         Me.lbltext = New System.Windows.Forms.Label
32         Me.Button1 = New System.Windows.Forms.Button
33         Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
34         Me.Label5 = New System.Windows.Forms.Label
35         Me.Label6 = New System.Windows.Forms.Label
36         Me.Panel3 = New System.Windows.Forms.Panel
37         Me.Label2 = New System.Windows.Forms.Label
38         Me.Label3 = New System.Windows.Forms.Label
39         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
40         Me.Label1 = New System.Windows.Forms.Label
41         Me.Button2 = New System.Windows.Forms.Button
42         Me.PictureBox1 = New System.Windows.Forms.PictureBox
43         Me.PictureBox2 = New System.Windows.Forms.PictureBox
44         Me.Panel1.SuspendLayout()
45         Me.Panel3.SuspendLayout()
46         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
47         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
48         Me.SuspendLayout()
49         
'
50         
'TextBox2
51         
'
52         Me.TextBox2.Location = New System.Drawing.Point(
112, 48)
53         Me.TextBox2.Multiline = True
54         Me.TextBox2.Name =
"TextBox2"
55         Me.TextBox2.Size = New System.Drawing.Size(
186, 28)
56         Me.TextBox2.TabIndex =
3
57         
'
58         
'Panel1
59         
'
60         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
61         Me.Panel1.Controls.Add(Me.TextBox2)
62         Me.Panel1.Controls.Add(Me.lblNo)
63         Me.Panel1.Controls.Add(Me.TextBox1)
64         Me.Panel1.Controls.Add(Me.lbltext)
65         Me.Panel1.Location = New System.Drawing.Point(
12, 150)
66         Me.Panel1.Name =
"Panel1"
67         Me.Panel1.Size = New System.Drawing.Size(
331, 101)
68         Me.Panel1.TabIndex =
12
69         
'
70         
'lblNo
71         
'
72         Me.lblNo.AutoSize = True
73         Me.lblNo.Font = New System.Drawing.Font(
"Kristen ITC", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
74         Me.lblNo.Location = New System.Drawing.Point(
5, 58)
75         Me.lblNo.Name =
"lblNo"
76         Me.lblNo.Size = New System.Drawing.Size(
92, 18)
77         Me.lblNo.TabIndex =
4
78         Me.lblNo.Text =
"No. of Items:"
79         
'
80         
'TextBox1
81         
'
82         Me.TextBox1.Location = New System.Drawing.Point(
112, 14)
83         Me.TextBox1.Multiline = True
84         Me.TextBox1.Name =
"TextBox1"
85         Me.TextBox1.Size = New System.Drawing.Size(
186, 28)
86         Me.TextBox1.TabIndex =
1
87         
'
88         
'lbltext
89         
'
90         Me.lbltext.AutoSize = True
91         Me.lbltext.Font = New System.Drawing.Font(
"Kristen ITC", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
92         Me.lbltext.Location = New System.Drawing.Point(
3, 21)
93         Me.lbltext.Name =
"lbltext"
94         Me.lbltext.Size = New System.Drawing.Size(
105, 18)
95         Me.lbltext.TabIndex =
2
96         Me.lbltext.Text =
"Name of Items:"
97         
'
98         
'Button1
99         
'
100         Me.Button1.Font = New System.Drawing.Font(
"Kristen ITC", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
101         Me.Button1.Location = New System.Drawing.Point(
12, 56)
102         Me.Button1.Name =
"Button1"
103         Me.Button1.Size = New System.Drawing.Size(
112, 78)
104         Me.Button1.TabIndex =
13
105         Me.Button1.Text =
"Save"
106         Me.Button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter
107         Me.Button1.UseVisualStyleBackColor = True
108         
'
109         
'Timer2
110         
'
111         Me.Timer2.Enabled = True
112         
'
113         
'Label5
114         
'
115         Me.Label5.AutoSize = True
116         Me.Label5.Location = New System.Drawing.Point(
220, 8)
117         Me.Label5.Name =
"Label5"
118         Me.Label5.Size = New System.Drawing.Size(
33, 13)
119         Me.Label5.TabIndex =
3
120         Me.Label5.Text =
"Date:"
121         
'
122         
'Label6
123         
'
124         Me.Label6.AutoSize = True
125         Me.Label6.Font = New System.Drawing.Font(
"Kristen ITC", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
126         Me.Label6.Location = New System.Drawing.Point(
169, 6)
127         Me.Label6.Name =
"Label6"
128         Me.Label6.Size = New System.Drawing.Size(
44, 18)
129         Me.Label6.TabIndex =
2
130         Me.Label6.Text =
"Date:"
131         
'
132         
'Panel3
133         
'
134         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
135         Me.Panel3.Controls.Add(Me.Label2)
136         Me.Panel3.Controls.Add(Me.Label5)
137         Me.Panel3.Controls.Add(Me.Label6)
138         Me.Panel3.Controls.Add(Me.Label3)
139         Me.Panel3.Location = New System.Drawing.Point(
22, 9)
140         Me.Panel3.Name =
"Panel3"
141         Me.Panel3.Size = New System.Drawing.Size(
321, 30)
142         Me.Panel3.TabIndex =
17
143         
'
144         
'Label2
145         
'
146         Me.Label2.AutoSize = True
147         Me.Label2.Location = New System.Drawing.Point(
49, 7)
148         Me.Label2.Name =
"Label2"
149         Me.Label2.Size = New System.Drawing.Size(
33, 13)
150         Me.Label2.TabIndex =
4
151         Me.Label2.Text =
"Time:"
152         
'
153         
'Label3
154         
'
155         Me.Label3.AutoSize = True
156         Me.Label3.Font = New System.Drawing.Font(
"Kristen ITC", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
157         Me.Label3.Location = New System.Drawing.Point(
4, 4)
158         Me.Label3.Name =
"Label3"
159         Me.Label3.Size = New System.Drawing.Size(
44, 18)
160         Me.Label3.TabIndex =
0
161         Me.Label3.Text =
"Time:"
162         
'
163         
'Timer1
164         
'
165         Me.Timer1.Enabled = True
166         
'
167         
'Label1
168         
'
169         Me.Label1.AutoSize = True
170         Me.Label1.Location = New System.Drawing.Point(
88, 74)
171         Me.Label1.Name =
"Label1"
172         Me.Label1.Size = New System.Drawing.Size(
21, 13)
173         Me.Label1.TabIndex =
5
174         Me.Label1.Text =
"ID:"
175         
'
176         
'Button2
177         
'
178         Me.Button2.Font = New System.Drawing.Font(
"Kristen ITC", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.Button2.Location = New System.Drawing.Point(
231, 56)
180         Me.Button2.Name =
"Button2"
181         Me.Button2.Size = New System.Drawing.Size(
112, 78)
182         Me.Button2.TabIndex =
18
183         Me.Button2.Text =
"Close"
184         Me.Button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter
185         Me.Button2.UseVisualStyleBackColor = True
186         
'
187         
'PictureBox1
188         
'
189         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
190         Me.PictureBox1.Location = New System.Drawing.Point(
231, 56)
191         Me.PictureBox1.Name =
"PictureBox1"
192         Me.PictureBox1.Size = New System.Drawing.Size(
112, 46)
193         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
194         Me.PictureBox1.TabIndex =
19
195         Me.PictureBox1.TabStop = False
196         
'
197         
'PictureBox2
198         
'
199         Me.PictureBox2.Image = CType(resources.GetObject(
"PictureBox2.Image"), System.Drawing.Image)
200         Me.PictureBox2.Location = New System.Drawing.Point(
12, 56)
201         Me.PictureBox2.Name =
"PictureBox2"
202         Me.PictureBox2.Size = New System.Drawing.Size(
112, 46)
203         Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
204         Me.PictureBox2.TabIndex =
20
205         Me.PictureBox2.TabStop = False
206         
'
207         
'Updatesss
208         
'
209         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
210         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
211         Me.BackColor = System.Drawing.SystemColors.ControlLightLight
212         Me.ClientSize = New System.Drawing.Size(
362, 265)
213         Me.Controls.Add(Me.PictureBox2)
214         Me.Controls.Add(Me.PictureBox1)
215         Me.Controls.Add(Me.Button2)
216         Me.Controls.Add(Me.Panel1)
217         Me.Controls.Add(Me.Button1)
218         Me.Controls.Add(Me.Panel3)
219         Me.Controls.Add(Me.Label1)
220         Me.Name =
"Updatesss"
221         Me.Text =
"Updatesss"
222         Me.Panel1.ResumeLayout(False)
223         Me.Panel1.PerformLayout()
224         Me.Panel3.ResumeLayout(False)
225         Me.Panel3.PerformLayout()
226         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
227         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
228         Me.ResumeLayout(False)
229         Me.PerformLayout()
230
231     End Sub
232     Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
233     Friend WithEvents Panel1 As System.Windows.Forms.Panel
234     Friend WithEvents lblNo As System.Windows.Forms.Label
235     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
236     Friend WithEvents lbltext As System.Windows.Forms.Label
237     Friend WithEvents Button1 As System.Windows.Forms.Button
238     Friend WithEvents Timer2 As System.Windows.Forms.Timer
239     Friend WithEvents Label5 As System.Windows.Forms.Label
240     Friend WithEvents Label6 As System.Windows.Forms.Label
241     Friend WithEvents Panel3 As System.Windows.Forms.Panel
242     Friend WithEvents Label3 As System.Windows.Forms.Label
243     Friend WithEvents Timer1 As System.Windows.Forms.Timer
244     Friend WithEvents Label1 As System.Windows.Forms.Label
245     Friend WithEvents Label2 As System.Windows.Forms.Label
246     Friend WithEvents Button2 As System.Windows.Forms.Button
247     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
248     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
249 End Class


Gõ tìm kiếm nhanh...